From: Florian Eckert Date: Fri, 18 Aug 2017 06:54:13 +0000 (+0200) Subject: net/mwan3: update Makefile X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=fe233e3596fc81b64aff3e061397c63385706c25;p=feed%2Fpackages.git net/mwan3: update Makefile - Update version - Update maintainer to me Signed-off-by: Florian Eckert --- diff --git a/net/mwan3/Makefile b/net/mwan3/Makefile index 01f9e07f65..5387cd9df5 100644 --- a/net/mwan3/Makefile +++ b/net/mwan3/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mwan3 -PKG_VERSION:=2.0 -PKG_RELEASE:=3 -PKG_MAINTAINER:=Jeroen Louwes +PKG_VERSION:=2.0.1 +PKG_RELEASE:=1 +PKG_MAINTAINER:=Florian Eckert PKG_LICENSE:=GPLv2 include $(INCLUDE_DIR)/package.mk @@ -21,7 +21,6 @@ define Package/mwan3 SUBMENU:=Routing and Redirection DEPENDS:=+ip +ipset +iptables +iptables-mod-conntrack-extra +iptables-mod-ipopt TITLE:=Multiwan hotplug script with connection tracking support - MAINTAINER:=Jeroen Louwes PKGARCH:=all endef